projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc5626
)
(byte-compile-inline-expand): Fix the arg of `load' again.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 27 May 2001 11:12:13 +0000
(11:12 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 27 May 2001 11:12:13 +0000
(11:12 +0000)
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index 5c713b134497abe4a26a432fc4aa749fe288f3e4..95c9e71437278345ced6c84677bcafbead020eb6 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-265,7
+265,7
@@
form)
;; else
(when (and (consp fn) (eq (car fn) 'autoload))
- (load (nth
2
fn))
+ (load (nth
1
fn))
(setq fn (or (and (fboundp name) (symbol-function name))
(cdr (assq name byte-compile-function-environment)))))
(if (and (consp fn) (eq (car fn) 'autoload))